h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: 'Open Sans', sans-serif;
}
.alert {
    padding: 8px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}
.home .top-wrapper {
    padding: 40px 0 0 0;
    position: absolute;
    top: 0;
    z-index: 9;
    background: #06639F;
}

.top-wrapper {
    padding: 40px 0 50px 0;
    background: #06639F;
}

.contact-info li:last-child {
    background: url(../images/contact-divider.png) no-repeat left 10px;
    padding: 0 26px;
}

.contact-info li i {
    color: #92C01F;
    margin-right: 10px;
    font-size: 24px;
    vertical-align: top;
    padding: 8px 0 0 0;
}
.contact-info li p span, .contact-info li p a {
    color: #92C01F;
    font-size: 14px;
    font-weight: 700;
}
.contact-info li p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    margin: 0;
}
.home .navigation, .navigation {
    padding: 0;
    float: left;
    width: 100%;
    background-color: #ececec;
    z-index: 99;
    top: 0;
    margin: 50px 0 0 0;
}
.navbar-default .navbar-nav > li > a {
    color: #706F6F;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #92C01F;
    color: #095285;
    font-weight: 700;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #095285;
    background-color: #92C01F;
}
.banner-wrapper {
    width: 100%;
    float: left;
    margin-top: 210px;
}
section h2 {
	color: #06639F;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 50px 0;
}
section h2 span {
	border-bottom: solid 4px #92C01F;
}
section p.des {
    color: #8f8f8f;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin: 0 50px 0px;
}
.my10{
    margin: 10px 0px!important;
}
.mt0{
    margin-top: 0px!important;
}
.mb50{
    margin-bottom: 50px!important;
}
.testimonials-wrapper {
    background: #06639F;
    margin: 0;
}

.testimonials-wrapper h2 {
    color: #fff;
    text-align: left;
}

.projects-wrapper .tab-links li.active a, .projects-wrapper .tab-links li.active a:hover {
    background: #92C01F;
}

.projects-wrapper .tab-links a:hover {
    background: #92C01F;
}

.projects-wrapper .tab-links a:hover:before, .projects-wrapper .tab-links li.active a:before, .projects-wrapper .tab-links li.active a:hover:before {
    content: "\f0d7";
    font-family: 'Fontawesome';
    font-size: 24px;
    color: #92C01F;
    display: inline-block;
    position: absolute;
    bottom: -14px;
    left: 46%;
}
.projects-wrapper .tab-links a {
    padding: 12px 35px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #06639F;
    transition: all linear 0.15s;
    text-decoration: none;
    position: relative;
}
.count-number {
    background-image: url(../images/section-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 90px 0;
    margin: 0px 0 0;
    float: left;
    position: relative;
    z-index: 2;
}
.count-number .counter .number {
    font-size: 40px;
    margin: 20px 0 32px 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
    position: relative;
}

.count-number .counter .number::before {
    background: #92C01F;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: 40px;
    width: 40px;
}
.count-number .counter {
    text-align: center;
    background: rgba(0, 0, 0, 0.0);
    padding: 30px 0;
}

.choose-wrapper {
    float: left;
    width: 100%;
    margin: 0;
    background: none;
}

.footer-wrapper {
    background: #06639F;
    margin: 0;
    padding: 88px 0 91px;
}

footer {
    padding: 30px 0;
    float: left;
    width: 100%;
    background: #095285;
}

.footer-wrapper img {
    margin: 0 0 30px 0;
    width: 50%;
}
.footer-wrapper p {
    color: #fff;
    margin-right: 40px;
}

.footer-wrapper h3 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 50px 0;
    position: relative;
}

.footer-wrapper h3:before {
    background: #92C01F;
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    left: 0;
    bottom: -18px;
}
.footer-wrapper ul li a {
    color: #fff;
    text-transform: uppercase;
}

.footer-wrapper .btn {
    background: #92C01F;
    height: 38px;
    width: 125px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    float: right;
}
.footer-wrapper input {
    height: 38px;
    background: transparent;
    border: 2px solid #fff;
    padding: 0 0 0 10px;
    width: 100%;
    color: #fff;
}

.footer-wrapper textarea {
    height: 86px;
    background: transparent;
    border: 2px solid #fff;
    padding: 0 0 0 10px;
    width: 100%;
    color: #fff;
}
footer p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

#scrollUp {
    background: #92C01F;
    border-radius: 50%;
    bottom: 20px;
    color: #fff;
    display: block;
    font-size: 25px;
    height: 40px;
    line-height: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 40px;
    z-index: 1000;
}

:-moz-placeholder {
	color: #555;
}

::-moz-placeholder {
	color: #555;
}

:-ms-input-placeholder {
	color: #555;
}

::-webkit-input-placeholder {
	color: #555;
}
.projects-wrapper .tab-links li {
    float: left;
    list-style: none;
    width: 25%;
    text-align: center;
}
.projects-wrapper .tab-links a {
    padding: 12px 35px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #06639F;
    transition: all linear 0.15s;
    text-decoration: none;
    position: relative;
    width: 100%;
}
.about .callout h3 {
    color: #06639f;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.about .callout {
    width: 100%;
    background: #f2f2f2;
    border-bottom: solid 4px #06639f;
    padding: 20px 20px 10px 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.about .callout:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.single-services .unordered-list ul {
    margin: 0 0 10px 0px;
}

.form .txt2[type="submit"] {
    background: #92c01f;
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    line-height: 40px;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
    width: 30%;
    float: right;
}
.footer-wrapper ul.ul-contact li{
    margin-bottom: 15px;
}

.footer-wrapper ul.ul-contact .icons {
    text-align: center;
    vertical-align: top;
    color: #92C01F;
    margin-right: 5px;
    height: 32px;
    width: 32px;    
}

.footer-wrapper ul.ul-contact .icons i{
    color: #92C01F;
    font-size: 32px;
}
.footer-wrapper ul.ul-contact .icons i.email{
    font-size: 28px;
}
.footer-wrapper ul.ul-contact li ul, .footer-wrapper ul.ul-contact .icons {
    display: table-cell;
}
.footer-wrapper ul.ul-contact li ul li {
    position: relative;
    line-height: 16px;
    padding-left: 10px;
    font-size: 13px;
    color: #fff;
}

.footer-wrapper ul.ul-contact li ul li span{
    line-height: 16px;
    font-size: 16px;
    color: #92C01F;
}

.footer-wrapper ul.ul-contact li ul li span a{
    line-height: 16px;
    font-size: 16px;
    color: #92C01F;
    text-transform: none;
}

.contactus .contact-list i {
    color: #92c01f;
    background: #fff;
    font-size: 36px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    border-radius: 50%;
}
.contactus .contact-list h3 {
    color: #06639f;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 24px 0;
}
.contactus .contact-list h4 {
    border-bottom: dashed 1px #92c01f;
    margin: 0 0 15px 0;
    padding: 0 0 8px 0;
    font-size: 16px;
    font-weight: 600;
    color: #92c01f;
}

#map {
    height: 460px !important;
}

footer a{ color: #92c01f;}
footer a:hover{ color: #B2D32B;}

.inner-wrapper .single-post .thumbnail .date {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.inner-wrapper .single-post .thumbnail .date li {
    padding: 10px 15px;
    border-left: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin: 0 1px 0 0;
    background: #92c01f;
    color: #06639F;
}

.inner-wrapper .single-post .sidebar h2::after {
    background-color: #92c01f;
    content: "";
    display: block;
    height: 3px;
    margin: 10px 0 0;
    width: 40px;
}

.inner-wrapper .single-post h2 a {
    color: #06639F;
}

.unordered-list ul li a{
    color: #000;
    font-weight: 600;
}

.unordered-list ul li p{
    display: inline;
}

.unordered-list ul li span{
    display: block;
    margin-left: 20px;
}
.inner-wrapper .single-post .list-inline li a {
    background: #06639f none repeat scroll 0 0;
    color: #fff;
    padding: 8px;
}
.inner-wrapper .single-post .list-inline li a:hover {
    background: #92c020;
    color: #ffffff;
}

@media (max-width: 767px){
.top-wrapper {
    padding: 0;
    background: #06639F;
}
.home .navigation, .navigation {
    padding: 0;
    float: left;
    width: 100%;
    background-color: #ececec;
    z-index: 99;
    top: 0;
    margin: 0px 0 0 0;
}
.home .navigation, .navigation {
    padding: 10px 0 0 0;
    float: left;
    width: 100%;
    background-color: #06639f;
    z-index: 99;
    top: 0;
    margin: 0;
}
.home .top-wrapper {
    padding: 0px 0 0 0;
    position: absolute;
    top: 0;
    z-index: 9;
    background: #06639F;
}
.affix.navigation {
    background: #06639f;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.projects-wrapper .tab-links li {
    float: left;
    list-style: none;
    width: 50%;
    text-align: center;
}
.projects-wrapper .tab-links a {
    padding: 12px 2px;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #06639F;
    transition: all linear 0.15s;
    text-decoration: none;
    position: relative;
    width: 100%;
}

section h2 {
    color: #06639F;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 50px 0;
}
section p.des {
    color: #8f8f8f;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    margin: 0 0px 0px;
}
.choose-wrapper .choose h2 {
    font-size: 36px;
}
}